home *** CD-ROM | disk | FTP | other *** search
/ Immoral Angel 1 / Immoral Angel 1.iso / mac / MSTR / PROGRAM / Shared.Cst / 00002_bomb2.ls < prev    next >
Encoding:
Text File  |  1997-07-10  |  194 b   |  6 lines

  1. on mouseDown
  2.     global status, fileName
  3.     eraceMenuDownButton
  4.     put EMPTY into status
  5.     if fileName contains "MOVIE" or fileName = "ACTRESS" or fileName = "PLAY" then playQT
  6. end mouseDown